ArcPad Map File Schema
TEXTSYMBOL Element
See Also  Send comments on this topic.
ArcPad Map File Schema : TEXTSYMBOL Element

Glossary Item Box

Description

Symbol used to label point, line, and polygon layers.

Diagram

TEXTSYMBOL Element

Overview

TEXTSYMBOL
Symbol used to label point, line, and polygon layers.
angle optional Restriction of xs:double
Angle of rotation in degrees.
blockout optional xs:string
Provides a background color behind text.
font optional xs:string
Font name. The name is case sensitive. If font name uses "&", use "&" instead. For example, ESRI Transportation & Civic should be written as ESRI Transportation & Civic.
fontcolor optional xs:string
Font color.
fontsize optional Restriction of xs:int
Font size.
fontstyle optional Restriction of xs:string
Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline")
horizalignment optional Restriction of xs:string
The horizontal alignment for the text symbol.
rtl optional Restriction of xs:string
Specifies whether the text is drawn from right to left.
vertalignment optional Restriction of xs:string
The vertical alignment for the text symbol.

Attributes

NameTypeUseDefaultFixedDescription
angleRestriction of xs:doubleoptional0.0 Angle of rotation in degrees.
blockoutxs:stringoptionalnull Provides a background color behind text.
fontxs:stringoptional  Font name. The name is case sensitive. If font name uses "&", use "&" instead. For example, ESRI Transportation & Civic should be written as ESRI Transportation & Civic.
fontcolorxs:stringoptional  Font color.
fontsizeRestriction of xs:intoptional  Font size.
fontstyleRestriction of xs:stringoptionalregular Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline")
horizalignmentRestriction of xs:stringoptionalleft The horizontal alignment for the text symbol.
rtlRestriction of xs:stringoptionalfalse Specifies whether the text is drawn from right to left.
vertalignmentRestriction of xs:stringoptionaltop The vertical alignment for the text symbol.

Examples

Source

<xs:element name="TEXTSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Symbol used to label point, line, and polygon layers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="0.0" ref="angle">
      <xs:annotation>
        <xs:documentation>Angle of rotation in degrees.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="blockout" />
    <xs:attribute ref="font">
      <xs:annotation>
        <xs:documentation>Font name. The name is case sensitive.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="fontcolor">
      <xs:annotation>
        <xs:documentation>Font color.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="fontsize">
      <xs:annotation>
        <xs:documentation>Font size.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="regular" ref="fontstyle" />
    <xs:attribute ref="horizalignment" />
    <xs:attribute ref="rtl" />
    <xs:attribute ref="vertalignment" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.